home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / util / batch / Join.readme < prev    next >
Encoding:
Text File  |  1996-05-05  |  1.4 KB  |  36 lines

  1. Short:    Low memory join command replacement
  2. Author:   Stuart Caie (Kyzer/CSG)
  3. Uploader: Stuart Caie (at a public terminal!)
  4. Type:     util/batch
  5.  
  6. Join 1.1 by Kyzer/CSG
  7.  
  8. Join is a simple shell command to join several files together into one
  9. larger file. It is designed to use as little memory as possible.
  10. It is 100% compatible with the CBM "Join" command, but also has a BUF
  11. argument, for specifying the buffer size (in bytes) to be used. Minimum size
  12. is 1024 byte and default is 20000 bytes. Join can be made resident.
  13.  
  14. example of usage:
  15. join d1:1 d2:2 d3:3 d4:4 d5:5 d6:6 d7:7 as ram:odyssey.lha buf=9000
  16.  
  17. optimal buffer sizes include:
  18. reading from DH0: BUF=70000 (hard drives like big buffers)
  19. reading from DS0: BUF=15000 reading from 15k/s diskspare disk)
  20. reading from DF0: BUF=13000 (reading from 12k/s normal amiga disk)
  21. reading from PC0: BUF=9000  (reading from 8k/s DOS disk)
  22. reading from RAM: BUF=2000  (ram is very quick, but gets full quick)
  23.  
  24. Enjoy!  -Kyzer/CSG
  25.  
  26.  
  27. ============================= Archive contents =============================
  28.  
  29. Original  Packed Ratio    Date     Time    Name
  30. -------- ------- ----- --------- --------  -------------
  31.     1044     691 33.8% 03-Dec-95 23:58:08  Join
  32.      893     476 46.6% 03-Dec-95 23:58:08  Join.e
  33.      966     539 44.2% 03-Dec-95 23:58:08  Join.readme
  34. -------- ------- ----- --------- --------
  35.     2903    1706 41.2% 08-Mar-96 03:28:36   3 files
  36.